home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / vx4400 / drivers / lgusbdriverinstallation_35f.exe / data1.cab / Program_Executable_Files / lgatmdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-17  |  4.5 KB  |  150 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  lgatmdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the LG CDMA USB Modem (WDM) on Win9x
  7. ;
  8. ; Copyright (c) 1997-2001 MCCI
  9. ;
  10. ; $Id: lower9x.inf,v 1.16 2002/06/12 17:37:35 greg Exp $
  11. ;
  12. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  13. ;
  14. ; NOTICE: This software is licensed, not sold.  Any modification of this
  15. ; inf file to change the reference to an operating system or to change the
  16. ; reference to a device is not permitted unless authorized in writing by
  17. ; Moore Computer Consultants, Inc..
  18. ;
  19. ;*****************************************************************************
  20.  
  21. [Version]
  22. signature="$CHICAGO$"
  23. Class=USB
  24. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  25. Provider=%Provider%
  26. DriverVer=10/15/2002, 3.35.0.600
  27.  
  28.  
  29. [ControlFlags]
  30. ExcludeFromSelect = *
  31.  
  32. ;-----------------------------------------------------------------------------
  33. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  34. ;-----------------------------------------------------------------------------
  35. [SourceDisksNames]
  36. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  37. ;    having the tagfile non-null seems to help...
  38. 1=%DiskString%,"lgatmdm.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[,[ subdir][, size]]
  42. lgatmdm.sys = 1
  43. lgatcr.sys = 1
  44. lgatvcr.vxd = 1
  45. lgatcm95.sys = 1
  46. lgatcmnt.sys = 1
  47. lgatcomm.vxd = 1
  48. lgatvcd.vxd = 1
  49. lgatmdmv.inf = 1
  50.  
  51. ;-----------------------------------------------------------------------------
  52. ; Specify target paths...
  53. ;-----------------------------------------------------------------------------
  54. [DestinationDirs]
  55. DefaultDestDir          = 11                    ; LDID_SYS
  56. CopyFiles               = 11                    ; system
  57. CopyFiles.W95        = 11            ; system (for VXDs)
  58. CopyFiles.sys           = 11                    ; where .sys files go.
  59. CopyFiles.W95.sys       = 11                    ; where .sys files go.
  60. CopyFiles.W95.inf       = 17,other              ; INF Directory\other.
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ; Table of Contents
  64. ;-----------------------------------------------------------------------------
  65. [Manufacturer]
  66. %LG%=LG
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Device-by-device entries
  70. ;-----------------------------------------------------------------------------
  71. [LG]
  72. %LG.Modem.Desc% = LG.Install, USB\VID_1004&PID_6000&Class_02&SubClass_02&Prot_01&OS_9X
  73.  
  74. ;-----------------------------------------------------------------------------
  75. ; Installation instructions
  76. ;-----------------------------------------------------------------------------
  77.  
  78. [LG.Install]
  79. AddReg        = LG.AddReg,LG.W95.AddReg,LG.W95.AddReg.CRGuid
  80. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys, CopyFiles.W95.Inf
  81. DriverVer=10/15/2002, 3.35.0.600
  82.  
  83. ;-----------------------------------------------------------------------------
  84. ;  Registry
  85. ;-----------------------------------------------------------------------------
  86.  
  87. ; common registry entries 
  88. [LG.AddReg]
  89. HKR,,NTMPDriver,,lgatmdm.sys
  90. HKR,,CRUpperDescription,,%UpperDescription%
  91.  
  92. ; only for Win95....
  93. [LG.W95.AddReg]
  94. HKR,,DevLoader,,*ntkern
  95.  
  96. [LG.W95.Addreg.CRGuid]
  97. HKR,,CRGuid,,{BFBC01D3-6D34-4d07-914E-E1577DC7F7CB}
  98.  
  99. ;-----------------------------------------------------------------------------
  100. ;  Copy lists
  101. ;-----------------------------------------------------------------------------
  102. [CopyFiles]
  103.  
  104. [CopyFiles.W95]
  105. lgatvcr.vxd
  106. lgatcomm.vxd
  107. lgatvcd.vxd
  108.  
  109. [CopyFiles.sys]
  110. lgatmdm.sys
  111. lgatcr.sys
  112.  
  113. [CopyFiles.W95.sys]
  114. lgatcm.sys,lgatcm95.sys
  115. lgatcm95.sys
  116. lgatcmnt.sys
  117.  
  118. [Copyfiles.W95.inf]
  119. lgatmdmv.inf
  120.  
  121.  
  122. ;-----------------------------------------------------------------------------
  123. ; STRINGS
  124. ;-----------------------------------------------------------------------------
  125. [Strings]
  126.  
  127. ;BEGIN ENG - US English Strings
  128. Provider = "LG Electronics Inc."
  129. LG = "LG Electronics Inc."
  130. DiskString = "LG CDMA USB Modem Drivers"
  131.  
  132. LG.Modem.Desc = "LG CDMA USB Modem"
  133. UpperDescription = "LG CDMA USB Modem (VCOMM)"
  134.  
  135. CustomerDataPath = "LG CDMA USB Modem"
  136. DriverSet = "LG CDMA USB Modem Software"
  137. UninstallFile = "LGATUninstall.exe"
  138. McciOptions = "Uninstallable"
  139.  
  140.  
  141. ;END ENG - US English Strings
  142.  
  143.  
  144. ;-----------------------------------------------------------------------------
  145. ; The following are symbolic constants which don't change per locale.
  146. ;-----------------------------------------------------------------------------
  147.  
  148.  
  149. ;*** end of file ***
  150.